home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 139
/
(Vol 139) Sep 24 2011.iso
/
Games
/
xtreme_tugboating.swf
/
scripts
/
DefineSprite_34
/
frame_1
/
DoAction.as
Wrap
Text File
|
2011-09-24
|
263b
|
18 lines
score = 0;
onEnterFrame = function()
{
if(score < _root.score)
{
score += 2;
_rotation = random(10) - 5;
if(score > _root.score)
{
_root.score = score;
}
}
else
{
_rotation = 0;
}
};